home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
VD08BIN.ZIP
/
usr
/
include
/
pm
/
autocheckbox.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-13
|
310 b
|
19 lines
#ifndef _AUTOCHECKBOX_H_
#define _AUTOCHECKBOX_H_
#ifndef _BUTTON_H_
#include <pm/Button.h>
#endif
@interface AutoCheckBox : Button
{
}
- initWithId: (ULONG) anId andFlags: (ULONG) flags in: (Window *) parent;
-read: (TypedStream *) aStream;
-write: (TypedStream *) aStream;
@end
#endif